home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / GIOCHI / wincraps / SAMPLE9.LOG < prev    next >
Text File  |  1997-08-27  |  13KB  |  1 lines

  1. WinCraps AutoBets                                                                                                                51                                                                                                                              ' This Auto-Bet file requires WinCraps version 3.7 or later to run properly                                                    99----                                                                                -------------                              ' This example shows one way to set up an irregular progression series                                                         99----                                                                                -------------                              ' First establish the steps of the progression on a series of Chip-Stacks                                                      99----                                                                                -------------                              ' Then pick a Chip-Stack to act as the pointer to the current progression step                                                 99----                                                                                -------------                              ' Increment the pointer according to your progression rules                                                                    99----                                                                                -------------                              ' Finally use "Chip-Stack ref #" to refer to the value of current step                                                         99----                                                                                -------------                              '                                                                                                                              99----                                                                                -------------                              ' This progression bets the Pass Line in 10 steps of 1,2,2,4,5,10,15,22,25,30                                                  99----                                                                                -------------                              ' When the Pass Line wins, the progression moves up one step                                                                   99----                                                                                -------------                              ' When the Pass Line loses, the progression moves down one step                                                                99----                                                                                -------------                              When . . .                                                                                                                     01------------------------------------------------------------------------------------------------------------------------------          Initializing Auto-Bet                                                                                                 209999nn                                                                                wwww0000000ccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Bet $ 0 on All Chip-Stacks                                                                                            300010                                                                                      0ffffnn1602nn-----------------------          Clear all Chip-Stack names                                                                                            300088                                                                                0000000ffffnnttttnn-----------------------          Bet $ 5 on Chip-Stack #0                                                                                              300010                                                                                      5ffffnn160000-----------------------          Name Chip-Stack #00 as "Pointer to current step in progression"                                                       300087Pointer to current step in progression                                          0000000ffff00ttttnn-----------------------          Bet $ 1 on Chip-Stack #5                                                                                              300010                                                                                      1ffffnn160005-----------------------          Bet $ 2 on Chip-Stack #6                                                                                              300010                                                                                      2ffffnn160006-----------------------          Bet $ 2 on Chip-Stack #7                                                                                              300010                                                                                      2ffffnn160007-----------------------          Bet $ 4 on Chip-Stack #8                                                                                              300010                                                                                      4ffffnn160008-----------------------          Bet $ 5 on Chip-Stack #9                                                                                              300010                                                                                      5ffffnn160009-----------------------          Bet $ 10 on Chip-Stack #10                                                                                            300010                                                                                     10ffffnn160010-----------------------          Bet $ 15 on Chip-Stack #11                                                                                            300010                                                                                     15ffffnn160011-----------------------          Bet $ 22 on Chip-Stack #12                                                                                            300010                                                                                     22ffffnn160012-----------------------          Bet $ 25 on Chip-Stack #13                                                                                            300010                                                                                     25ffffnn160013-----------------------          Bet $ 30 on Chip-Stack #14                                                                                            300010                                                                                     30ffffnn160014----------------------- While . . .                                                                                                                    02------------------------------------------------------------------------------------------------------------------------------          A Point is established on any number                                                                                  201303nn                                                                                00310000000ccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Go to "End"                                                                                                           300076End                                                                             0000000ffffnnttttnn-----------------------     else . . .                                                                                                                 12------------------------------------------------------------------------------------------------------------------------------          Name Chip-Stack ref #0 as ""                                                                                          300089                                                                                0000000ffff00ttttnn----------------------- When . . .                                                                                                                     01------------------------------------------------------------------------------------------------------------------------------          Pass Line has won each time                                                                                           200043nn                                                                                0001   eachccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Add $ 1 on Chip-Stack #0                                                                                              300020                                                                                      1ffffnn160000----------------------- When . . .                                                                                                                     01------------------------------------------------------------------------------------------------------------------------------          Pass Line has lost each time                                                                                          200043nn                                                                                0003   eachccccnn-----------------------          Chip-Stack # 0 is greater than $ 5                                                                                    20160000                                                                                0013      5ccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Subtract $ 1 from Chip-Stack #0                                                                                       300030                                                                                      1ffffnn160000----------------------- While . . .                                                                                                                    02------------------------------------------------------------------------------------------------------------------------------          Chip-Stack # 0 is greater than $ 14                                                                                   20160000                                                                                0013     14ccccnn----------------------- then . . .                                                                                                                     11------------------------------------------------------------------------------------------------------------------------------          Show message: "The complete progression has won and will start over."                                                 300079The complete progression has won and will start over.                           0000000ffffnnttttnn-----------------------          Bet $ 5 on Chip-Stack #0                                                                                              300010                                                                                      5ffffnn160000----------------------- Do this . . .                                                                                                                  13------------------------------------------------------------------------------------------------------------------------------          Name Chip-Stack ref #0 as "Current step"                                                                              300089Current step                                                                    0000000ffff00ttttnn-----------------------          Bet 100 % of Chip-Stack ref #0 on Pass Line                                                                           300011                                                                                    1001601000043nn----------------------- End                                                                                                                            90----End                                                                             -------------